fix: Application dialogue settings do not display history page style …#2866
fix: Application dialogue settings do not display history page style …#2866wangdan-fit2cloud merged 1 commit intomainfrom
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| } | ||
| .chat-width { | ||
| // max-width: 80%; | ||
| margin: 0 auto; |
There was a problem hiding this comment.
The code contains an unnecessary <div class="chat__footer"> element at the end of the template that has no closing tag.
To address this issue:
-
Remove the
</div>after.chat-width. -
Ensure all HTML elements have properly nested and closed tags to avoid rendering errors or visual problems in browsers.
…issue
What this PR does / why we need it?
Summary of your change
Please indicate you've done the following: